home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: What dll's are required for programs built in Borland 4.52 32bit mode
- Date: 2 Feb 1996 12:13:59 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4esv67$cn2@news1.usa.pipeline.com>
- NNTP-Posting-Host: pipe10.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Feb 02, 1996 00:14:09 in article <What dll's are required for programs
- built in Borland 4.52 32bit mode>, 'Live_and_let_dye@msn.com (Michael Dye)'
- wrote:
-
-
- >Is there any easy way of locating which dll's are needed when a
- >program has been compiled using BC++ 4.52?? I have a program that
- >runs fine as long as the Borland IDE is running, however when
- >executing the program from the exe it will not display the dialog
- >boxes. Any help is much appreciated!!
-
- If you're concerned with distributing your app, the best thing is to
- build it so it doesn't need anything but the standard OS DLLs which
- everyone already has. In other words, change you project so
- that it includes runtime libraries statically (Target Expert, change
- Dynamically to Statically).
-
- --
- Pete Grant
- Kalevi, Inc.
- Object Oriented Software Development
-